NAME rm, rmdir - remove files or directories SYNOPSIS rm file [file2...] rmdir dir [dir2...] DESCRIPTION The "rm" command will delete each file in a list. Missing files are skipped. If a directory is specified as a parameter to "rm", it is skipped as well. The "rmdir" will delete each directory in a list. Missing directories are skipped. If a file is specified as a parameter to "rm", it is skipped as well. Directories must be empty to be deleted. RETURN CODES <0 Error 0 Success